home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Firefox Backup Extension 6.0.3 / chrome / febe.jar / content / settings / options.xul < prev    next >
Extensible Markup Language  |  2008-08-23  |  10KB  |  138 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE overlay [
  4. <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >%febeDTD;
  5. <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >%febeHelpDTD;
  6. <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" >%globalDTD;
  7.  ]>
  8.  
  9. <overlay id="febeoptionsOverlay"
  10.                  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.  
  12.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  13.     <script type="application/x-javascript" src="chrome://febe/content/febe.js"/>
  14.     <script type="application/x-javascript" src="chrome://febe/content/febeOptions.js"/>
  15.     <script type="application/x-javascript" src="chrome://febe/content/febeScheduleBackup.js"/>
  16.     <script type="application/x-javascript" src="chrome://febe/content/febeUDBu.js"/>
  17.     <script type="application/x-javascript" src="chrome://febe/content/boxnet.js"/>
  18.     <stringbundleset id="febestringbundleset">
  19.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  20.     </stringbundleset>
  21.  
  22.  
  23.     <prefpane id="febeOptionsppID" flex="1" label="&febe.prefpane.options;"
  24.                         onpaneload="febeBuProfileCheck();febeGetPrefs();febeOptionsCheck()">
  25.         <preferences>
  26.             <preference id="HTMLdir" name="extensions.febe.orientation" type="string" instantApply="true"/>
  27.             <preference id="buType" name="extensions.febe.buType" type="string" instantApply="true" onchange="febeBuProfileCheck();"/>
  28.             <preference id="buExtensions" name="extensions.febe.buExtensions" type="bool" instantApply="true"/>
  29.             <preference id="buThemes" name="extensions.febe.buThemes" type="bool" instantApply="true"/>
  30.             <preference id="buBookmarks" name="extensions.febe.buBookmarks" type="bool" instantApply="true"/>
  31.             <preference id="buPreferences" name="extensions.febe.buPreferences" type="bool" instantApply="true"/>
  32.             <preference id="buCookies" name="extensions.febe.buCookies" type="bool" instantApply="true"/>
  33.             <preference id="buUserChrome" name="extensions.febe.buUserChrome" type="bool" instantApply="true"/>
  34.             <preference id="buUserPwd" name="extensions.febe.buUserPwd" type="bool" instantApply="true"/>
  35.             <preference id="buPhishingData" name="extensions.febe.buPhishingData" type="bool" instantApply="true"/>
  36.             <preference id="buSearchPlugins" name="extensions.febe.buSearchPlugins" type="bool" instantApply="true"/>
  37.             <preference id="buBrowserHistory" name="extensions.febe.buBrowserHistory" type="bool" instantApply="true"/>
  38.             <preference id="buFormFillHistory" name="extensions.febe.buFormFillHistory" type="bool" instantApply="true"/>
  39.             <preference id="buPermissions" name="extensions.febe.buPermissions" type="bool" instantApply="true"/>
  40.             <preference id="buUDBu" name="extensions.febe.buUDBu" type="bool" instantApply="true"/>
  41.             <preference id="ignoreDisabled" name="extensions.febe.ignoreDisabled" type="bool" instantApply="false"/>
  42.             <preference id="playSounds" name="extensions.febe.playSounds" type="bool" instantApply="true"/>
  43.             <preference id="verifyBackups" name="extensions.febe.verifyBackups" type="bool" instantApply="false"/>
  44.             <preference id="hideIcons" name="extensions.febe.hideIcons" type="bool" instantApply="true"/>
  45.             <preference id="febeHideHelp" name="extensions.febe.hidehelp" type="bool" instantApply="true" onchange="febeHideHelpIcons()"/>
  46.             <preference id="dispProgressWin" name="extensions.febe.displayprogresswin" type="bool" instantApply="true"/>
  47.             <preference id="dispResultsPage" name="extensions.febe.displayresultspage" type="bool" instantApply="true"/>
  48.             <preference id="saveResultsPage" name="extensions.febe.saveresultspage" type="bool" instantApply="true"/>
  49.             <preference id="includeFebe" name="extensions.febe.includefebe" type="bool" instantApply="true"/>
  50.         </preferences>
  51.         <label id="febeTextDir" hidden="true" preference="HTMLdir" value="&locale.dir;"/>
  52.         <groupbox class="box-inset">
  53.             <caption id="febeBackupType" class="outset rounded">
  54.                 <label id="febeBUtypeLabel" value="&febe.buType.caption;"/>
  55.                 <image id="febeHelp04" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('04','&febe.buType.caption;');" class="helpButton"/>
  56.             </caption>
  57.             <radiogroup id="febeBackupType" preference="buType">
  58.                 <hbox>
  59.                     <radio id="febeSelectiveRadio" selected="true" label="&febe.buSelective.label;" value="selective"/>
  60.                     <radio id="febeProfileRadio" label="&febe.buProfile.label;" value="profile"/>
  61.                 </hbox>
  62.             </radiogroup>
  63.         </groupbox>
  64.         <hbox>
  65.             <groupbox flex="1" class="box-inset">
  66.                 <caption id="febeAdditionalBackups" class="outset rounded">
  67.                     <label value="&febe.prefpane.backupitems;"/>
  68.                     <image id="febeHelp03" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('03','&febe.prefpane.backupitems;');" class="helpButton"/>
  69.                 </caption>
  70.                 <checkbox id="buExtensions_id" label="&febe.buExtensions.label;" preference="buExtensions"/>
  71.                 <checkbox id="buThemes_id" label="&febe.buThemes.label;" preference="buThemes"/>
  72.                 <button id="additionalItemsID" label="&febe.additional.label;" type="menu" disabled="true">
  73.                     <menupopup id="buItems">
  74.                         <checkbox disabled="false" id="extensions_febe_buBookmarks" label="&febe.buBookmarks.label;" preference="buBookmarks"/>
  75.                         <checkbox disabled="false" id="extensions_febe_buPreferences" label="&febe.buPreferences.label;" preference="buPreferences"/>
  76.                         <checkbox disabled="false" id="extensions_febe_buCookies" label="&febe.buCookies.label;" preference="buCookies"/>
  77.                         <checkbox disabled="false" id="extensions_febe_buUserChrome" label="&febe.buUserChrome.label;" preference="buUserChrome"/>
  78.                         <checkbox disabled="false" id="extensions_febe_buUserPwd" label="&febe.buUserPwd.label;" preference="buUserPwd"/>
  79.                         <checkbox disabled="false" id="extensions_febe_buSearchPlugins" label="&febe.buSearchPlugins.label;" preference="buSearchPlugins"/>
  80.                         <checkbox disabled="false" id="extensions_febe_buBrowserHistory" label="&febe.buBrowserHistory.label;" preference="buBrowserHistory"/>
  81.                         <checkbox disabled="false" id="extensions_febe_buFormFillHistory" label="&febe.buFormFillHistory.label;" preference="buFormFillHistory"/>
  82.                         <checkbox disabled="false" id="extensions_febe_buPermissions" label="&febe.buPermissions.label;" preference="buPermissions"/>
  83.                         <checkbox disabled="false" id="extensions_febe_buUDBu" label="&febe.buUDBu.label;" preference="buUDBu"/>
  84.                         <hbox>
  85.                             <button disabled="false" label="&febe.buSelectAll.label;" id="buSelectAll" oncommand="febeBuSelectAll(true); return false;"/>
  86.                             <spacer flex="1"/>
  87.                             <button disabled="false" label="&febe.buDeselectAll.label;" id="buDeselectAll" oncommand="febeBuSelectAll(false); return false;"/>
  88.                         </hbox>
  89.                     </menupopup>
  90.                 </button>
  91.             </groupbox>
  92.             <groupbox flex="1" class="box-inset">
  93.                 <caption id="febeCheckboxOptions" class="outset rounded" label="&febe.prefpane.options;"/>
  94.                 <hbox>
  95.                     <checkbox id="ignoreDisabled_id" label="&febe.ignoreDisabled.label;" preference="ignoreDisabled"/>
  96.                     <image id="febeHelp06" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('06','&febe.ignoreDisabled.label;');" class="helpButton"/>
  97.                 </hbox>
  98.                 <hbox>
  99.                     <checkbox id="playSounds_id" label="&febe.playSounds.label;" preference="playSounds"/>
  100.                     <image id="febeHelp07" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('07','&febe.playSounds.label;');" class="helpButton"/>
  101.                 </hbox>
  102.                 <hbox>
  103.                     <checkbox id="verifyBackups_id" label="&febe.verifyBackups.label;" preference="verifyBackups"/>
  104.                     <image id="febeHelp08" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('08','&febe.verifyBackups.label;');" class="helpButton"/>
  105.                 </hbox>
  106.                 <hbox>
  107.                     <checkbox id="hideIcons_id" label="&febe.hideIcons.label;" preference="hideIcons" oncommand="febeInvert();"/>
  108.                     <image id="febeHelp09" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('09','&febe.hideIcons.label;');" class="helpButton"/>
  109.                 </hbox>
  110.                 <hbox>
  111.                     <checkbox id="febeHideHelp_id" label="&febe.hideHelp.label;" preference="febeHideHelp"/>
  112.                     <image id="febeHelp11" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('11','&febe.hideHelp.label;');" class="helpButton"/>
  113.                 </hbox>
  114.                 <hbox>
  115.                     <checkbox id="dispProgress_id" label="&febe.dispprogresswin;" preference="dispProgressWin"/>
  116.                     <image id="febeHelp14" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('14','&febe.dispprogresswin;');" class="helpButton"/>
  117.                 </hbox>
  118.                 <hbox>
  119.                     <checkbox id="dispResults_id" label="&febe.dispresultspage;" preference="dispResultsPage"/>
  120.                     <image id="febeHelp15" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('15','&febe.dispresultspage;');" class="helpButton"/>
  121.                 </hbox>
  122.                 <hbox>
  123.                     <checkbox id="saveResults_id" label="&febe.saveresultspage;" preference="saveResultsPage"/>
  124.                     <image id="febeHelp31" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('31','&febe.saveresultspage;');" class="helpButton"/>
  125.                 </hbox>
  126.                 <hbox>
  127.                     <checkbox id="includeFEBE_id" disabled="false" label="&febe.includefebe.label;" preference="includeFebe"/>
  128.                     <image id="febeHelp17" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('17','&febe.includefebe.label;');" class="helpButton"/>
  129.                 </hbox>
  130.                 <vbox pack="end" align="start" flex="1">
  131.                     <button label="&febe.UDBu.btn;" id="buUDBu_btn" disabled="false"
  132.                                     oncommand="window.openDialog('chrome://febe/content/febeUDBu.xul', 'User-defined backups', 'chrome,alwaysRaised,centerscreen,resizable');"/>
  133.                 </vbox>
  134.             </groupbox>
  135.         </hbox>
  136.     </prefpane>
  137. </overlay>
  138.